home *** CD-ROM | disk | FTP | other *** search
- function skip()
- {
- clearInterval(enterID);
- mc_enter._visible = false;
- connTardisSend.send("Tardis","intro_nextState");
- }
- function setSkipSO(val)
- {
- connTardisSend.send("Tardis","UsageData_setValue","soIssue","times_intro_skip",val);
- }
- function showEnterButton()
- {
- mc_enter.gotoAndPlay("loop");
- clearInterval(enterID);
- }
- connTardisSend = new LocalConnection();
- enterID = setInterval(showEnterButton,Number(_parent.currentPanel.skipDelay) * 1000);
- stop();
-